From: Julien Grall Date: Wed, 5 Mar 2014 04:46:24 +0000 (+0800) Subject: xen/arm64: Implement lookup_processor_type as a dummy function X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~5431 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=ce1b3a3eabc034a51a2517b557a70fe48a9e994d;p=xen.git xen/arm64: Implement lookup_processor_type as a dummy function ARM64 implementation doesn't yet have specific code per processor. This function will be used in a later patch. Signed-off-by: Julien Grall Reviewed-by: Tim Deegan Acked-by: Ian campbell --- diff --git a/xen/arch/arm/arm64/head.S b/xen/arch/arm/arm64/head.S index 6f80db2ef5..d151724a8f 100644 --- a/xen/arch/arm/arm64/head.S +++ b/xen/arch/arm/arm64/head.S @@ -546,6 +546,13 @@ putn: ret #endif /* EARLY_PRINTK */ +/* This provides a C-API version of __lookup_processor_type + * TODO: For now, the implementation return NULL every time + */ +GLOBAL(lookup_processor_type) + mov x0, #0 + ret + /* * Local variables: * mode: ASM